Conversation
|
I looks like there are a few pieces missing? I don't see where you have defined the keywords? |
|
I see what you mean @bnmnetp . The file with the keywords is in the node_modules directory but I cannot view that directory on GitHib. Could it be something with that folder not appearing properly? |
|
I think you need to add it locally and push to github. |
|
None of the changes I make in the node_modules folder appear in the source control tab of VS code so I cannot commit them. Do I need to do something specific to commit changes from that folder? |
|
The node_modules folder is ignored. Those are all installed automatically based on the contents of the package.json file when you run npm install. In other words, those are third party libraries that you should not be modifying. If you added files then you can move them to |
|
All of the other modes/keyword banks for the CodeMirror autocompletion were in that folder so I assumed this one needed to be as well. The current import for the java mode in activecode.js is |
This is the code we had when the code auto-completion began, but we are not sure why. If you figure it out or need us to change anything just let us know